Welcome![Sign In][Sign Up]
Location:
Search - dtw algorithm in

Search list

[AI-NN-PR20060410

Description: 动态时间规整(DTW)算法基于动态规划的思想,解决了说话人不同时期发音长短、语速不一样的匹配问题。-dynamic time warping (DTW) algorithm is based on dynamic programming ideas, Speaker solve the different pronunciation of the length of time, Ma'am not match the same problem.
Platform: | Size: 417792 | Author: 陈宗耿 | Hits:

[Graph RecognizeDTW-method

Description: 在线签名鉴定:DTW实现算法,用C语言编写,有一定的参考价值!-online signature verification : DTW algorithm, using C language, which is the reference value!
Platform: | Size: 6144 | Author: 罗敏 | Hits:

[Mathimatics-Numerical algorithmsbased_on_DTW

Description: DTW算法在实现小词汇表孤立词识别系统时既简单又有效 ,在特定的场合下获得了广泛的应用。但DTW算法实 际应用时有许多缺点 ,本文对语音识别数学模型DTW作了深入的研究 ,提出了改进算法-DTW algorithm in small vocabulary isolated word recognition system is simple and effective, in particular occasions to obtain a wide range of applications. However, the practical application of DTW algorithm when there are many shortcomings, this paper, the mathematical model for speech recognition DTW-depth studies were made to improve the algorithm
Platform: | Size: 216064 | Author: 在式朝 | Hits:

[Mathimatics-Numerical algorithmssimulator_for_DTW

Description: 传统的DTW算法在进行孤立词语音识别时着重于时间规整和语音测度的计算 , 而没有 对数据的可靠性和有效性进行分析。本文提出了一种改进的端点检测算法 , 并采用一种改进的 DTW算法 , 在计算机上进行了仿真。实验结果表明采用改进后的DTW算法有效的降低了识别时 间和存储数据量 , 提高了系统性能-Traditional DTW algorithm in isolated word speech recognition when the focus on the time warping and voice measure of calculation, but not on the reliability and validity of data for analysis. This paper presents an improved endpoint detection algorithm, and using an improved DTW algorithm, the computer simulation. The experimental results show that the use of the improved DTW algorithm effectively reduces the recognition time and storage amount of data, improved system performance
Platform: | Size: 368640 | Author: 在式朝 | Hits:

[Speech/Voice recognition/combinevoiceidentificationlabview8.0

Description: 这个我用LABVIEW8.0写的一个简单孤立词语音识别的程序,其中同过预处理,MFCC提取,和DTW算法的比较,希望对大家有用-I used to write this LABVIEW8.0 a simple isolated word speech recognition procedures, which had the same pretreatment, MFCC extraction, and the DTW algorithm, in the hope that useful to everybody
Platform: | Size: 229376 | Author: hu | Hits:

[Speech/Voice recognition/combineSpeeching

Description: 端点检测算法采用现阶段比较精确的时频方差检测法,模式识别和模板匹配采用的是改进后的DTW算法(主要是限定了DTW的搜索路径,进一步精确了DTW的平行四边形的形状,进一步的减少匹配中的参数存贮量以及多余的搜索路径)。-Endpoint detection algorithm uses more precise at this stage variance time-frequency detection, pattern recognition and template matching is based on the improved DTW algorithm (DTW is mainly limited to the search path, and further precision of the DTW parallelogram shape, and further reduction of matching the parameters in the storage volume as well as the extra search path).
Platform: | Size: 7168 | Author: 李兰菊 | Hits:

[matlabdp

Description: 一个简单实用的dtw算法,可以在matlab中实现DTW的计算!-A simple and practical DTW algorithm can be realized in matlab calculation DTW!
Platform: | Size: 1024 | Author: wdm | Hits:

[Speech/Voice recognition/combinedtw

Description: 动态时间规正算法,用于语音识别,模式匹配等,在matlab环境下使用-Dynamic time warping algorithm for speech recognition, pattern matching, etc., in the matlab environment
Platform: | Size: 2263040 | Author: zzr | Hits:

[AI-NN-PRdtwpaper

Description: 采用DTW(动态时间规整)的方法,实现简单语音(0-9的数字)的识别-DTW algorithm in isolated word speech recognition when the focus on the time warping and voice measure of calculation, but not on the reliability and validity of data for analysis. This paper presents an improved endpoint detection algorithm, and using an improved DTW algorithm, the computer simulation. The experimental results show that the use of the improved DTW algorithm effectively reduces the recognition time and storage amount of data, improved system performance
Platform: | Size: 444416 | Author: 杨承 | Hits:

[Speech/Voice recognition/combinedtw

Description: 利用DTW算法进行说话人识别,语音可以自己替换-DTW algorithm using Speaker Recognition
Platform: | Size: 1024 | Author: 雷硕 | Hits:

[Software EngineeringDynamicTimeWrapping

Description: dtw algorithm wich by using we can calculate dtw of waveform
Platform: | Size: 158720 | Author: mj | Hits:

[Mathimatics-Numerical algorithmsDTW-Algorithm

Description: 动态时间规整 算法是一种运用动态规划原理计算时间矢量相似度的方法 在语音识 别等领域有着广泛的应用 窗口法是针对 算法的特点 采用了动态高效的空间管理办法 解 - !"# 决了通常的 算法需要存储一个较大的矩阵 因而在存储空间有限的硬件系统中难以实现的问题 窗口法已经在实际系统中得到了应用 -Dynamic time warping algorithm is a calculation using the principle of dynamic programming time for vector similarity methods in areas such as in speech recognition has a wide application window for the algorithm is characterized by the use of a dynamic and efficient approach to space management solution- ! "# Summary algorithms usually need to store a large matrix and therefore of limited storage space in the hardware system of the problem difficult to achieve in the window system has been in practice has been applied
Platform: | Size: 90112 | Author: sdc | Hits:

[Speech/Voice recognition/combinedtw

Description: 很有用的DTW音频识别算法,可执行,matlab实现。-A useful DTW audio recognition algorithm, writed by matlab. The code can be performed.
Platform: | Size: 376832 | Author: 郑豪 | Hits:

[matlabdtw

Description: 时间序列分析中dtw算法的matlab实现,源代码。-Time Series Analysis dtw algorithm matlab implementation, the source code.
Platform: | Size: 1024 | Author: 翟磊 | Hits:

[Speech/Voice recognition/combinedtw

Description: dtw文件是运用DTW算法实现安静环境下语音识别的。其中vad.m是端点检测程序;lpc.m是计算LPC参数的程序;lpc21lpcc.m是计算LPCC参数的程序;mfcc.m是计算MFCC参数的程序;dtw.m是实现经典DTW算法的程序;dtw2.m是实现高效DTW算法的程序,testdtw.m是最终测试程序,其中可以通过改变其中的特征参数名选择不同的特征参数。-dtw file DTW algorithm is to use speech recognition in quiet environments. Which is the endpoint detection process vad.m lpc.m is to calculate the LPC parameters of the program lpc21lpcc.m procedure is to calculate the LPCC parameters mfcc.m procedure is to calculate the MFCC parameters dtw.m the classic DTW algorithm to achieve the program dtw2.m DTW algorithm is to achieve efficient procedures, testdtw.m is the final test program, which can change the parameters in which different parameters were selected.
Platform: | Size: 8192 | Author: 于军 | Hits:

[matlabDTW

Description: DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法。用于孤立词识别,DTW算法与HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。 -DTW (Dynamic Time Warping, dynamic time warping) algorithm based on dynamic programming (DP) ideas, sounds of varying lengths to solve the template matching problem, is speech recognition appeared earlier, more classic kind of algorithm. For isolated word recognition, DTW algorithm and HMM algorithm in the training phase need to provide a large number of voice data, obtained by repeated calculations to model parameters, while the DTW algorithm is almost no additional training calculations. Therefore, in isolated word speech recognition, DTW algorithm is still widely used.
Platform: | Size: 6144 | Author: fujuan | Hits:

[AI-NN-PRDTW-alogrithm

Description: dtw算法的C语言实现。doc文档里有完整的程序。包括matlab和C语言。-dtw algorithm C language. doc documents in a complete program. Including the matlab and C language.
Platform: | Size: 25600 | Author: zhudewei | Hits:

[matlabDTW

Description: DTW算法在语音识别,机器学习方面有着很重要的作用。-DTW algorithm in speech recognition, machine learning is convenient and has a very important role.
Platform: | Size: 6059008 | Author: xiejuntai | Hits:

[Otherdtw

Description: Efficient Implementation of DTW algorithm in MATLAB
Platform: | Size: 1024 | Author: Shiva Rama Krishna | Hits:

[Speech/Voice recognition/combinedtw

Description: python版的dtw算法极其改进fastdtw算法实现(The DTW algorithm in the python edition improves the implementation of the fastdtw algorithm extremely)
Platform: | Size: 1024 | Author: saber5433 | Hits:
« 12 3 4 »

CodeBus www.codebus.net